home *** CD-ROM | disk | FTP | other *** search
/ Revolution - Das Atari CD Magazin 1997 / Revolution - Das Atari CD Magazin 1.iso / software / anwendng / utility / cbhd502 / src / c / include / export.h < prev    next >
C/C++ Source or Header  |  1997-01-21  |  616b  |  19 lines

  1. /*****************************************************************************/
  2. /*                                                                           */
  3. /* EXPORT.H                                                                  */
  4. /* Datum: 06/03/89                                                           */
  5. /*                                                                           */
  6. /*****************************************************************************/
  7.  
  8. #ifndef __EXPORT__
  9. #define __EXPORT__
  10.  
  11. #ifdef GLOBAL
  12. #undef GLOBAL
  13. #endif
  14.  
  15. #define GLOBAL
  16.  
  17. #endif /* __EXPORT __ */
  18.  
  19.